;Moreclothing settings file
;
;Questions should be directed to my loader imports thread so anything that is unclear can be fixed for better documentation: http://www.sdtmods.com/index.php?topic=2888.0
;
;This is a comment line, indicated by the semicolon at the beginning
;You can now also use ';blockcomment' and ';endblockcomment' to specify mods to be commented out between these special comment lines
;
;You can use ';queuedentries' and ';endqueuedentries' to specifiy mods to be loaded later if charcode is loaded that uses any of the queued items
;
;Clothing entry mod format     -->    [name_of_file]=[name_to_display]:[modtype_piece_to_add]:[another_modtype_piece_to_add]
;If no modtypes are given, all possible pieces are added. 		example to add all pieces in the file 'Fusion.swf'    				-->						Fusion.swf=Fusion
;You can choose specific modtypes to be added to the menus, 	exmple on how to add the tops and bottom of 'Fusion.swf'			-->						Fusion.swf=Fusion:CostumeTop:CostumeBottoms
;To mount a modtype on a different modtype menu, use the '>' symbol. example to put the bottoms of the fusion costume on the tops menu~   		-->			Fusion.swf=Fusion:CostumeBottoms>CostumeTop
;Multiple pieces can be put in the same menu to package them together. Example to put the footwear, top, and bottoms of the fusion mod on the top menu  -->	Fusion.swf=Fusion:CostumeTop:CostumeBottoms>CostumeTop:CostumeFootwear>CostumeTop
;Any picture file is assumed to be a hair, so to add a background the modtype 'Background' must be specified. example~   		--->						ffbg.png=ff:Background
;You can remove pieces of a modtype by the '-' symbol. Example to remove the chest piece on the Mermail Tail.swf Body mod		--->						Mermaid Tail.swf=Mermaid Tail:Body-chest
;Mods with the same menu name on the same menu will be placed together (not supported for legwear menu)
;
;tips on adding new mods, if looking to add specific parts of a mod, and you do not know the modtype, you can use stuntcocks tool to see them beforehand: https://www.undertow.club/downloads/show-mod-info.1655/
;you can also add them all with the simple notation like 'Fusion.swf=Fusion' and turn on the setting +savemodoutputfileafterloading=1 . this will give you a file that tell you every modtype moreclothing came across for all of its files loaded.
;					
;				Modtypes Supported			Mod pieces that can be removed
;       |-------------------------------|------------------------------------------------------------------------
;		|		Background				|	either swf format, or conventionally a 700x850 picture. wider pictures supported
;		|		Foreground				|	conventionally a 700x600 picture. wider pictures supported		
;		|		Overlay					|	conventionally a 700x600 picture. wider pictures supported
;		|								|
;		|		CostumeCollar			|
;       |       CostumeGag				|
;       |       CostumeEyewear			|
;       |       CostumeHeadwear 		|	front, back
;		|								|
;       |       HairCostume				|
;       |       StaticHair				|
;       |       DynamicHair				|
;		|								|
;       |       CostumeOverTop			|	rightBreast, chest, back, strap, leftBreast, under, rightArm, leftArm
;       |       CostumeTop				|	rightBreast, chest, back, strap, leftBreast, under, rightArm, leftArm
;       |       CostumeBra 				|	rightBreast, back, under, chest, leftBreast
;       |       CostumeArmwear 			|	leftglove, rightglove, rightlowerarmwear, leftlowerarmwear, righthandglove, lefthandglove, rightupperarmwear, leftupperarmwear, handoverglove
;       |       CostumeCuffs			|	leftcuff, behindback, rightcuff
;		|								|
;       |       CostumeBottoms			|	rightThighMasked, rightThigh, rightCalf, chest, back, leftThigh, leftCalf, backside,
;       |       CostumePanties			|	rightThigh, leftThigh, back, chest, backside
;       |       CostumeLegwear			|	rightThigh, rightCalf, leftThigh, leftCalf, backside, back, chest, backOver, chestOver
;       |       CostumeLegwearB			|	rightThighB, rightCalfB, leftThighB, leftCalfB, backsideB, backB, chestB, backOverB, chestOverB
;       |       CostumeFootwear 		|	rightFoot, leftFoot
;       |       CostumeAnkleCuffs		|	leftanklecuff, rightanklecuff
;		|								|	
;       |       CostumeTonguePiercing 	|	front, back
;       |       CostumeNipplePiercing 	|	right, left
;       |       CostumeBellyPiercing	|
;       |       CostumeEarPiercing		|
;		|								|	
;       |       Body					|	behindBackHands, back, chestUnder, leftShoulder, rightThigh, rightCalf, leftThigh, leftCalf, backside, rightUpperArm, rightForearm, rightHand, leftUpperArm, leftForearm, leftHand, chest, leftBreast, leftNipple, rightBreast, rightNipple
;       |-------------------------------|-----------------------------------------------------------------------
;
;			Additional options: place at end of an entry:
;				+reghue 				to register for loader hue shifting
;				+nipple 				option for bras to show the nipple
;				+allowoverwrite 		adds an exception to let the mod use overwrite when preventnonbodyoverwrite=1
;				+regskintones			registers the mod to perform skin tone changes using the 4 kinds of skins. light, pale, tan, dark. essentially makes the mod change to frame 0,1,2, or 3. i don't expect a lot of mods to need this. mods expectin to use this must have their frames labeled 'light','pale,'tan','dark'
;				+makebutton				creates a button on the main screen to use that clothing. If registered under a body menu, the button will toggle that item. left part of button will clear that entry.
;				+autoconsolidate		will merge all modtypes included in a mod into a single menu selection. which menu will be determined in this order if included in the mod: 	DynamicHair,StaticHair,HairCostume,Body,CostumeOverTop,CostumeTop,CostumeBra,CostumeCollar,CostumeArmwear,CostumeCuffs,CostumeBottoms,CostumePanties,CostumeFootwear,CostumeLegwear,CostumeLegwearB,CostumeAnkleCuffs,CostumeGag,CostumeEyewear,CostumeHeadwear,CostumeTonguePiercing,CostumeNipplePiercing,CostumeBellyPiercing,CostumeEarPiercing
;				+autobodyconsolidate	will merge all modtypes included in a mod into a single selection under the body menu. similar to autoconsidate but always uses the body menu even if the mod does not have a body modtype.
;
;			Additional options, mod conversions. These options will change the modtypes (not just the menu) of the mod loaded.
;				+converttoptoovertop			converts CostumeTop to CostumeOverTop modtype for layering and menu placement
;				+convertovertoptotop			converts CostumeOverTop to CostumeTop modtype for layering and menu placement
;				+convertbottomstolegwear		converts CostumeBottoms to CostumeLegwear modtype for layering and menu placement, probably won't look right for chest, back, backside pieces
;				+convertlegweartobottoms		converts CostumeLegwear to CostumeBottoms modtype for layering and menu placement, probably won't look right for chest, back, backside pieces
;				+convertbottomstolegbwear		converts CostumeBottoms to CostumeLegwearB modtype for layering and menu placement, probably won't look right for chest, back, backside pieces
;				+convertlegweartolegbwear		converts CostumeLegwear to CostumeLegwearB modtype for layering and menu placement
;				+convertlegbweartolegwear		converts CostumeLegwearB to CostumeLegwear modtype for layering and menu placement
;				+converttoptobra				//todo, needs translation and rotation, probably other issues too
;				+convertbratotop				//todo, needs translation and rotation, probably other issues too
;				+convertbottomstopanties		converts CostumeBottoms to CostumePanties modtype for layering and menu placement, masking is different so back piece might be cut off near thigh
;				+convertbottomstofootwear		converts CostumeBottoms to CostumeFootwear modtype for layering and menu placement
;				+convertbodytofootwear			converts Body to CostumeFootwear modtype for layering and menu placement (extra mod pieces ignored)
;				+convertbodytobottoms			converts Body to CostumeBottoms modtype for layering and menu placement (extra mod pieces ignored)
;				+convertbodytoarmwear			converts Body to CostumeArmwear modtype for layering and menu placement (extra mod pieces ignored)
;				+convertbodytocuffs				converts Body to CostumeCuffs modtype for layering and menu placement (extra mod pieces ignored, needed some translation/rotation, not perfectly done but very close)
;				+convertbottomstotop			converts CostumeBottoms to CostumeTop modtype for layering and menu placement (lots of extra mod pieces ignored, this is not very useful)
;				+convertfootweartoanklecuffs	converts CostumeFootwear to CostumeAnkleCuffs modtype for layering and menu placement
;				+convertbottomstoanklecuffs		converts CostumeBottoms to CostumeAnkleCuffs modtype for layering and menu placement
;				+converthaircostumetoheadwear	converts HairCostume to CostumeHeadwear for layering and menu placement
;
;####################################################################################################

; ------ Moreclothing Mod Settings ----------

+addclothingmenupopout=1				; clicking the text of a clothing menu will open up a popup menu with all the clothing selectable  
+closeclothingmenuonselect=0			; for the extra clothing list popout, enabling this will make it so that menu closes after an item is selected

+extractvanillapiecesenabled=0			; enables the original feature of the mod. vanilla mods loaded after moreclothing are placed on menus
+registerforhueshift=0					; extracted mods from previous setting are also registered on loaders hue shift menu

+savebodymodscharstring=1				; 'generate' code on modding menu includes entries for body mods
+preventoverlaymods_pre=1				; will ignore settings entries that already have a the same name registered (on any menu) from a previous settings file. Added to better support multiple character moreclothingsetting files inclusion without duplicate loading
+preventoverlayingmods=0				; after loading a mod (from the settings file) into the game, it will not be added to moreclothing if the name is already registered on its specific menu. applies to subsequent mods in the same settings file. enabling this will prevent being able to stack things from various mods onto the same entry (if you do such a thing).
+displayignoredduplicateentry=0			; displays when preventoverlaymods_pre is triggered to ignore a mod entry
+displaythrownoutduplicateentry=1		; displays when preventoverlayingmods is triggered to throw out a mod loaded
+enablebodynonecharcodefeature=1		; mostly for DA charcode stuff, having DA do a charcode of moreclothingbody:none should clear body mods. example:intro:"this is a dialog actions load charcode example to clear body mods [LOAD_CHARCODE2]" {"set":{"da.charcode.load":"moreclothingbody:none"}}

+fasthideloading=1						; hides stuff on screen so things load faster
+fasterbutlesscoolhideloading=0			; hides even more than fast hide loading, but less entertaining. found to be only a minuscule improvement over regular fasthideloading
+usesimpleloadingalg=1					; assumes all mod pieces to a mod are loaded in the same file
+disablefillsduringloading=1			; will disable trying to set clothing rgb fills during moreclothing loading. should help reduce load times, unsure if side effects
+disableanimationduringloading=1		; will disable the game animation during moreclothing loading. should help reduce load times, unsure if side effects
+showloadingtime=1						; the loading screen will include the elasped time for how long it has taken to load everything
+loaddefaultcodeaftereachmod=0			; will reset the girl after each mod is loaded. tends to slow down loading
+loadthroughtitle=1						; moreclothing will load even if sdt's intro title is up
+allowoverwritingbody=1					; allow body mods that use the overwrite feature
+preventnonbodyoverwrite=1				; stops the overwrite feature option mods can have for non body mods (which are handled special), prevents mod loaded from deleting past mods

+shufflehair=1							; enables extra hairs to be included in shuffle
+shufflebg=1							; enables extra backgrounds to be included in shuffle
+shufflebody=0							; enables things on the body menu to be shuffled (i think i only have 1 item be randomly chosen)
+shufflebody2=0							; enables things on the body menu to be shuffled (i think i only have 1 item be randomly chosen)
+shufflebody3=1							; enables things on the body menu to be shuffled (i think i only have 1 item be randomly chosen)
+shuffleovertops=0						; enables shuffling the overtops menu

+manageheadwearlanding=1				; enables moreclothing to adjust the landing point of headwears
+use0forstatichairheadwearlanding=1		; moreclothing will assume default of 0 for static hairs (they tend not to land well)
+use0forallhairheadwearlanding=0		; moreclothing will set the same 0 hieght for the headwear landing point for all hairs

+errorwaitingtime=20					; frames before giving up on waiting for a mod to load
+displayloadcounterror=1				; will show error counts
+displayavailableonerror=1				; will show mod pieces available that were loaded for a settings entry, if there was an error
+displayallmodtypesonmod=0				; will show all modtypes from a mod loaded from settings
+cancelmodwitherrorcheckfail=1			; if some weird syntax in the settings file, will cancel that entry instead of attempting to load it
+displaypoptotoperrors=1				; will show messages of errors trying to do poptotop or poptobottom setting
+savemodoutputfileafterloading=0		; after moreclothing is loaded, will ask the user where to save a text file with all of the modtypes available for every mod loaded in moreclothing. useful if adding a bunch of stuff to moreclothing. just use the simple notation of not specifying modtypes like 'mymod.swf=ingamename'

+buttonsx=10;							; buttons using the makebutton option will be placed at this screen location, the x coordinate
+buttonsy=30;							; buttons using the makebutton option will be placed at this screen location, the y coordinate
+buttonswidth=80;						; buttons using the makebutton option will be this wide
+buttonsheight=20;						; buttons using the makebutton option will be this tall



; ------ Moreclothing Character Folder Settings ----------

+charcodeafterload=
;	charcodeafterload will load this charcode after moreclothing has finished loading. paste your charcode at the end of the equals sign

+poptotop=Crop Longsleeve,Double Hole Belt,Leather Jacket,Over Shirt,NippleClothespin,Female Help,Tentacle Monster
;	poptotop is used to move mods to the top of their modtype layer. specify the name it is registered as and the menu it is on. example  ---> 	+poptotop=Studded Belt2:Body,Waistcoat:Body
;	poptotop also supports omitting the menu to look for the name in all menus.  example    --->    +poptotop=Studded Belt2,Waistcoat

+poptobottom=Angel Wings,Strap-on Belt,Harness1,Body Freckles,Nipple Pasties,Nipple Tape,Thigh High Boots
;	poptobottom works the same way as poptotop, but puts them to the back instead of the front


;####################################################################################################

; ------ Debug testing entries, ignore these ------
;test/cheergirl2.swf=cheer:HairCostume>Body2
;test/Frozen_-_Anna_-_Winter_Dynamic_Hair.swf=anna
;test/sdt-veil-Headwear-BirdcageUp-DynamicVeil.swf=veil
;test/Tight_crop_tank.swf=CostumeTop
;test/Leash/LeashFrontDangleLong.mod=Leash FDL:DynamicHair>Body2+allowoverwrite
;test/Leash/LeashFrontDangleShort.mod=Leash FDS:DynamicHair>Body2+allowoverwrite
;test/Leash/LeashFrontLeftLong.mod=Leash FLL:DynamicHair>Body2+allowoverwrite
;test/Leash/LeashFrontLeftShort.mod=Leash FLS:DynamicHair>Body2+allowoverwrite
;test/Leash/LeashRearDangleLong.mod=Leash RDL:DynamicHair>Body2+allowoverwrite
;test/Leash/LeashRearDangleShort.mod=Leash RDS:DynamicHair>Body2+allowoverwrite
;test/Leash/LeashRearLeftLong.mod=Leash RLL:DynamicHair>Body2+allowoverwrite
;test/Leash/LeashRearLeftShort.mod=Leash RLS:DynamicHair>Body2+allowoverwrite
;test/Leash/LeashRearRightShort.mod=Leash RRS:DynamicHair>Body2+allowoverwrite
;test/SRVest.swf=srv:CostumeOverTop>Body:CostumeArmwear>Body:CostumeTop>Body:CostumeCollar>Body 
;test/Evangelion School Uniform Top.swf=evan
;test/MultiHood.swf=multihood:DynamicHair:StaticHair:HairCostume:CostumeCollar>DynamicHair:CostumeGag
;test/Better Feet.swf=feet:Body
;test/better-feet_edit.swf=feet edit:Body
;test/better-feet_edit - Copy (2).swf=feetedit2_nocode:Body+regskintones
;test/mediumassandlegs---mask.swf=biggerthigh_nocode:Body+regskintones
;test/SDTMods_sbyTemplate3_1ov.swf=body overwrite
;test/SDTMods_sbyTemplate3_1.swf=body not over
;test/SpandexBottom.swf=spandex
;test/SpandexBottomB.swf=spandex
;test/testcombo/Lamb_Mask.swf=test combo
;test/testcombo/Antlers.swf=test combo
;test/Upper Piercings - earring2.swf=Upper Piercings
;test/brokenpathRiza_loadermod.swf=Riza
;test/Riza_loadermod.swf=Riza
;test/SpandexBottom.swf=spandex
;test/Brit.swf=Brit:HairCostume>CostumeHeadwear
;test/Riza_Haweye_vanilla.swf=RizaVanilla+convertbottomstofootwear
;test/Riza_Haweye_vanilla.swf=RizaVanilla:CostumeBottoms>Body+convertbottomstofootwear
;test/Braless Harness2RGB5.swf=Harness2:CostumeTop
;test/Harness - top.swf=Harness1:CostumeTop>Body3
;test/LoaderAndVanillaCodeModExample.swf=testhair
;test/BlueFire costume.swf=Sphere cuffs:Body+convertbodytocuffs
;test/Skyla costume.swf=Sphere cuffs:Body+convertbodytocuffs
;test/Panty_regular.swf=Sphere cuffs:Body+convertbodytocuffs
;test/railwars_haruka_outfit.swf=Sphere cuffs:Body+convertbodytocuffs
;test/Ring_Collar_test.swf=ring collar
;test/JackTattoo_DigitalSmutExports.swf=test tats
;test/testcombo2/Tight_crop_tank.swf=Tight Crop Tank:CostumeTop:Body>CostumeTop:DynamicHair>CostumeTop:CostumeBra>CostumeTop
;test/testcombo2/ApronOvertopRGB.swf=apron
;test/XL Background - Train Station 01.jpg=test train wide:Background
;overlays/steamy.png=Steamy:Overlay
;overlays/overlaytest1.png=pink outline:Overlay
;overlays/overlaytestwide.png=pink outline wide:Overlay
;test/Brit.swf=Brit convert:HairCostume+converthaircostumetoheadwear
;test/Brit.swf=Brit normal:HairCostume
;test/Brit.swf=Brit moved:HairCostume>CostumeHeadwear
;test/emptyCostumeFootwear.swf=Leather:CostumeFootwear>Body3+makebutton
;test/Trick or Treatment.swf=HalloweenNurseauto+autoconsolidate
;test/Trick or Treatment.swf=HalloweenNursemanual:CostumeTop:CostumeBra>CostumeTop:CostumePanties>CostumeTop:CostumeArmwear>CostumeTop:CostumeCuffs>CostumeTop:CostumeCollar>CostumeTop:CostumeHeadwear>CostumeTop:CostumeLegwear>CostumeTop:CostumeBottoms>CostumeTop
;test/Trick or Treatment.swf=HalloweenNursebody+autobodyconsolidate
;test/Trick or Treatment.swf=HalloweenNursePanties:CostumeTop:CostumeBra:CostumePanties:CostumeArmwear:CostumeCuffs:CostumeCollar:CostumeHeadwear:CostumeLegwear+autoconsolidate
;test/Trick or Treatment.swf=HalloweenNurseNoTop:CostumeBra:CostumePanties:CostumeArmwear:CostumeCuffs:CostumeCollar:CostumeHeadwear:CostumeLegwear+autoconsolidate
;test/Dangerous Beast - Full Outfit, with RGB.swf=best2:CostumeTop:CostumeBra>CostumeTop:Body>CostumeTop:CostumePanties>CostumeTop:CostumeLegwear>CostumeTop:CostumeBottoms>CostumeTop:CostumeArmwear>CostumeTop
;test/Dangerous Beast - Full Outfit, with RGB.swf=beasts+autobodyconsolidate
;test/Trick_or_Treatment10.swf=treatment+autobodyconsolidate
;test/Feet4Heels_1.5.swf=feet4heels+regskintones
;test/Jeanne_dArc_Alter_Shinjuku_Outfit_Redux.swf=Jeanee+autoconsolidate
;test/Elektra_Assassin.swf=elec
;test/Dangerous_Beast_No_RGB_Redux.swf=dangerous+autobodyconsolidate



; ------ Previously included mods, uncomment if you would like them back ------
;Mermaid Tail.swf=Mermaid Tail:Body-chest>Body2
;ew_Siesta00.swf=Eye Patch:CostumeEyewear
;hairs/Cammy.png=Cammy
;hairs/Korra2.png=Korra
;Tops - Pushed Up Top - RGB 1 Color.swf=Pushed Up Tee:CostumeTop
;Jungle Oversleeves.swf=Jungle Oversleeves:CostumeArmwear
;OL_grayskirt.swf=Small Skirt Belt:CostumeBottoms
;yogapantsv2hue.swf=Yoga Pants v2:CostumeBottoms
;Bottoms - Pleated Skirt V1 RGB Matching Waistband 2c.swf=Pleated Skirt:CostumeBottoms
;hairs/Winry.swf=Winry
;Shibari.swf=Shibari:CostumeTop
;test/Shibari - edited.swf=shi:CostumeOverTop>Body
;Tentacle_Monster.swf=Tentacle Monster:CostumeCollar>Body:Body+reghue+makebutton
;Tank Top Pulled Up.swf=Pushed Up Tank:CostumeTop
;VinylShirt.swf=Pushed Up Shirt:CostumeTop
;Latex Outfit - Short Sleeve_edit3.swf=Latex:Body>CostumeBottoms:CostumeBottoms
;Bottoms - Leggings - RGB 2 Color.swf=Leggings:CostumeBottoms
;Striped Panties.swf=Striped Panties:CostumePanties
;OL_vest.swf=Vest:CostumeTop
;hr_hat_jessica.swf=Jessica Hat:HairCostume>CostumeHeadwear
;hr_bunnyears_bulma.swf=bulma bunny ears:HairCostume>CostumeHeadwear
;denim_shorts.swf=Denim Shorts:CostumeBottoms
;Zaps_Fusion_Earrings.swf=Zap Fusion:CostumeEarPiercing
;taxi.swf=taxi:HairCostume>CostumeHeadwear
;~Accessories - Color Studded Belt - RGB 2 Color Main Fill and Studs.swf=Studded Belt2:CostumeTop>Body3
;RGB Arm Ribbons.swf=Arm Ribbons:CostumeArmwear
;Overtops/Anorak no Sleeves.swf=Anorak sleeveless:CostumeOverTop:CostumeCollar>CostumeOverTop
;Overtops/~Denim Waistcoat.swf=Denim Waistcoat:CostumeOverTop:CostumeCollar>CostumeOverTop
;SB2BRGB Dress.swf=Long Dress:CostumeTop
;Silk_Robe.swf=Silk Robe:CostumeTop
;Bottoms - Cropped Jeans Ripped - RGB [1 Color].swf=Cropped Jeans Ripped:CostumeBottoms
;Bottoms - Pleated Skirt Plain - RGB [2 Color Main Fill and Waistband].swf=Pleated Skirt Plain:CostumeBottoms
;Fishnets by Patrick.swf=l fishnets:CostumeLegwear
;Fishnets by PatrickB.swf=l fishnets:CostumeLegwearB
;ew_Eleonore.swf=Triangle Glasses:CostumeEyewear
;shinguards.swf=Shin Guards:CostumeAnkleCuffs
;HardBod.swf=Hard Bod:Body>Body2
;backgrounds/test.jpg=Testroom:Background
;hairs/Lara_Croft_hair_dynamic.swf=Lara Croft:DynamicHair:StaticHair
;hairs/yuna.png=Yuna
;hairs/Cammy_-_Dynamic_Hair.swf=Cammy Dynamic
;Fishnet LTedit_Patrick.swf=lt fishnets:CostumeLegwear:CostumeLegwearB
;Legwear - RGB Torn StockingsB.swf=Torn Stockings:CostumeLegwearB
;WaistHighYogaPants.swf=HighYogaPants:CostumeBottoms-chest-back-backside+convertbottomstolegwear
;Open Skirt.swf=Open Skirt:CostumeBottoms
;OfficeOpenShortSkirt.swf=Short Skirt:CostumeBottoms
;OL_navyskirt.swf=Medium Skirt:CostumeBottoms
;OL_blackskirt.swf=Dress Skirt:CostumeBottoms
;hr_crown_henrietta.swf=Henrietta Crown:CostumeHeadwear
;nurse1.swf=Nurse Hat:CostumeHeadwear
;Apron.swf=Apron:CostumeTop:CostumeBottoms
;Legwear - RGB Torn Stockings.swf=Torn Stockings:CostumeLegwear
;Legwear - RGB Torn Stockings.swf=Torn Stockings:CostumeLegwear+convertlegweartolegbwear
;Bell Collar.swf=Bell Collar:CostumeCollar
;hairs/Juliet [byRajasGrime].png=Juliet
;hr_hat_maid.swf=Maid Hat:CostumeHeadwear
;Rachelearring.swf=Diamond:CostumeEarPiercing
;Frilly Collar.swf=Frilly:CostumeCollar
;Vanilla_Wings.swf=Angel Wings:CostumeTop>Body
;Airy Legwear A.swf=Airy Legwear:CostumeLegwear
;Airy Legwear B.swf=Airy Legwear:CostumeLegwearB
;Sporty Panties B.swf=Sporty Panties B:CostumePanties
;Nipple Gem Piercings.swf=Nipple Gems:CostumeNipplePiercing
;Tight_Dress.swf=TightDress:CostumeTop:CostumeBottoms+convertbottomstopanties
;backgrounds/ffbg.jpg=FF Beach:Background
;backgrounds/MLP dungeon.png=MLP Dungeon:Background
;Cleavage_Shirt.swf=Cleavage Shirt:CostumeTop
;backgrounds/wii.swf=Wii Fit:Background
;ew_Longueville.swf=Tiny Glasses:CostumeEyewear
;hairs/Saber.swf=Saber:DynamicHair:StaticHair
;Better Striped Panties.swf=Striped Panties:CostumePanties
;Heavy Tits(original body).swf=heavy tits:Body>Body2
;Nice Tits (tits only).swf=Nice tits:Body>Body2
;Teegra Tits (Original Body).swf=Teegra tits:Body>Body2
;Tight Tits.swf=Tight tits:Body>Body2
;Vanilla_Breast_Apples.swf=Apple breasts:Body>Body2
;Vanilla_Breast_Perfect.swf=Perfect breasts:Body>Body2
;Vanilla_Breast_Small.swf=Small breasts:Body>Body2
;G-String_Micro_Thong.swf=GString:CostumePanties
;rgb striped panties.swf=Striped Panties:CostumePanties
;Rachelearring2.swf=Beads:CostumeEarPiercing
;Overtops/Shirt.swf=Over Shirt:CostumeOverTop:CostumeCollar>CostumeOverTop:CostumeArmwear>CostumeOverTop
;Transparent Panties.swf=Transparent Panties:CostumePanties
;Fishnet LT.swf=lt fishnets:CostumeBottoms+convertbottomstolegwear
;Fishnet LT.swf=lt fishnets:CostumeBottoms+convertbottomstolegbwear
;ew_Ririko.swf=Medium Glasses:CostumeEyewear
;doublespiked.swf=Doublespiked:CostumeCollar
;Overtops/~Waistcoat.swf=Waistcoat:CostumeOverTop
;Countess_Dracula_with_Super_Sexy_Option.swf=Countess:CostumeTop:CostumeEyewear>Body3+converttoptoovertop
;Legs - Diamonds Stockings_editA.swf=Diamond Leggings:CostumeLegwear
;Legs - Diamonds Stockings_editB.swf=Diamond Leggings:CostumeLegwearB
;Lady Panties.swf=Lady Panties:CostumePanties
;Fingerless Gloves.swf=Fingerless Gloves:CostumeArmwear
;Frilly_Fishnet_Overknee_Stockings.swf=Frilly Fishnet:CostumeLegwear
;Frilly_Fishnet_Overknee_StockingsB.swf=Frilly Fishnet:CostumeLegwearB
;Shorts.swf=Shorts:CostumeBottoms
;triple strap thong B.swf=Triple Strap Thong B:CostumePanties
;hairs/Dizzy_Hair.swf=Dizzy
;PoppingButtonsOfficeTop2.swf=Popping Office Shirt:CostumeTop:CostumeArmwear>CostumeTop
;Tops - Cropped Sweater Vest w Oxford Shirt RGB [Black].swf=Cropped Sweater Vest:CostumeTop
;Nymph collar.swf=Big Metal Clasp:CostumeCollar+reghue
;SuccubusTail.swf=Succubus Tail:Body>Body2
;MLP - Body Mod no hands.swf=MLP Pony Legs:Body>Body2
;Mermaid Tail.swf=Mermaid Tail:CostumeBottoms>Body2:Body-chest>Body2
;TightChoker StuddedRGB.swf=Studded Chocker:CostumeCollar
;Calvin_Klein_cleavage_top.swf=Calvin Klein Top:CostumeTop
;Calvin_Klein_thong.swf=Calvin Klein Thong:CostumePanties
;Spiked Cuffs.swf=Spiked Wrist Cuffs:CostumeCuffs
;Capri Pants.swf=Capri Pants:CostumeBottoms


;####################################################################################################

;;blockcomment
;;endblockcomment

;;queuedentries
;;endqueuedentries



; ------ Backgrounds ------
backgrounds/basicBeach.png=Beach:Background
backgrounds/basicRoomPink.png=Pink Bedroom:Background


; ------ Foregrounds ------
foregrounds/JailBars.png=JailBars:Foreground


; ------ Overlays ------
overlays/blinds.png=Blinds:Overlay
overlays/recorder.png=Recorder:Overlay


; ------ Hairs ------
hairs/Kitana Dynamic Hair.swf=Kitana
hairs/LongDynamicHair.swf=LongDynamic
hairs/Gwen_Stacy_dante.swf=Gwen Stacy
hairs/Nobara Kugisaki Dyn Hair-SClover13.swf=Nobara Kugisaki
hairs/Young Tsunade - Hair.swf=YoungTsunade
hairs/Kallen Stadtfeld school.png=Kallen Stadtfeld
hairs/Kazumi Asakura.png=Kazumi
hairs/Makie Sasaki.png=Makie Saski
hairs/Misaka Mikoto.png=Misaka Mikoto
hairs/mouyuu.png=Mouyuu


; ------ Bra mods ------
ThinBra.swf=Thin bra:CostumeBra+nipple
LacyBra.swf=Lacy bra:CostumeBra+nipple
Lady Bra.swf=Lady Bra:CostumeBra
Sporty Bra B.swf=Sporty Bra:CostumeBra
CT-NippleTape.swf=Nipple Tape:CostumeBra


; ------ Headwear ------
Straw Hat.swf=Straw Hat
RGB Bunny Ears Hairband.swf=mika bunny ears:CostumeHeadwear
RGB Demon Horns.swf=Demon Horns:CostumeHeadwear





; ------ Earrings ------
00_Gauges.swf=Gauges:CostumeEarPiercing
hr_earring_jeane1.swf=Big Hoop:HairCostume>CostumeEarPiercing
hr_earring_reika.swf=Cross:HairCostume>CostumeEarPiercing
Bar Earring - Kris -Acc.swf=Bar Earring:StaticHair>CostumeEarPiercing



; ------ Collars ------
BallGagCollarColor.swf=Ball Gag:CostumeCollar
PostureCollarColor.swf=Posture:CostumeCollar
Bowtie Collar.swf=Bowtie:CostumeCollar
singlespiked.swf=Singlespiked:CostumeCollar
TightChoker V2 NubsRGB_NoDebug.swf=Studded Choker:CostumeCollar
LeatherCollar_BothRings.swf=Ring Collar:CostumeCollar
CorsetChocker.swf=Corset Choker:CostumeCollar
FlowerChoker.swf=FlowerChoker.swf:CostumeCollar
Ikaros collar.swf=Small Metal Clasp:CostumeCollar+reghue
GenericCollar.swf=Generic Collar:CostumeCollar


; ------ Gags ------
LargeGag.swf=LargeGag:CostumeGag
RingTrainerColor.swf=Ring Trainer A:CostumeGag
RingTrainerColorB.swf=Ring Trainer B:CostumeGag
TubeTrainerColor.swf=Tube Trainer A:CostumeGag
TubeTrainerColorB.swf=Tube Trainer B:CostumeGag
cum funnel gag_edit6.swf=Cum Funnel:CostumeGag:CostumeHeadwear>CostumeGag
BallGagWithHoles.swf=Ball Gag Holes:CostumeGag





; ------ Eyewear ------
Kris-acces - Hue Shift Emo Glasses (variant).swf=Square Glasses:CostumeEyewear
Horn Rimmed Glasses.swf=Horn Rimmed Glasses:CostumeEyewear
Mei Glasses Down RGBFill2-1_sclover.swf=Mei Glasses Down:CostumeEyewear
ew_Yomi.swf=Large Glasses:CostumeEyewear
Heart-Shaped Glasses Alt.swf=Heart Glasses:CostumeEyewear



; ------ Footwear ------
Sneakers.swf=Sneaker:CostumeFootwear
platforms.swf=Platforms:CostumeFootwear
PonyShoes.swf=Ponyshoes:CostumeFootwear
FlatPumps.swf=Flat Pumps:CostumeFootwear
PennyLoafers.swf=Penny Loafers:CostumeFootwear
Heels_-_7in_Pumps_-_Mary_Janes_Cross_Strap_-_RGB_1_Color_[Main_Fill].swf=Mary Janes Strap:CostumeFootwear
hooker_boots.swf=Hooker Boots:CostumeFootwear
Boots.swf=Heel Boots:CostumeFootwear
ThighHighBoots.swf=Thigh High Boots:CostumeFootwear:CostumeBottoms>CostumeFootwear
Heels_-_Knee_High_Latex_Boots_-_RGB_2_Color_[Main_Fill_with_Platform_Accent].swf=Knee Latex Boots:CostumeFootwear
Heels_-_Power_Girl_Boots_-_RGB_2_Color_[Main_and_Cuff_Fill].swf=Power Girl Boots:CostumeFootwear
kogalsock.swf=Kogalsock:CostumeFootwear




; ------ Armwear ------
latexarmwear.swf=Latex Armwear
Striped Arm Warmers.swf=Striped Armwear:CostumeArmwear
RingedGlovesRGB.swf=Ringed Gloves:CostumeArmwear
FingerlessGloves.swf=Fingerless Gloves:CostumeArmwear
Arm Ribbons A.swf=Arm Ribbons:CostumeArmwear-righthandglove
Arm Wrappings.swf=Arm Wrappings:CostumeArmwear
~Monoglove.swf=Monoglove:CostumeTop>CostumeArmwear:Body>CostumeArmwear:CostumeArmwear




; ------ Tops ------
Popping Button Shirt v2-A.swf=Popping Office Shirt:CostumeTop:CostumeArmwear>CostumeTop
Vest A OC modified.swf=Office Shirt:CostumeTop:CostumeArmwear>CostumeTop
Tops - Shirt Long Sleeve.swf=Long Sleeve Shirt:CostumeTop
CleavageShirt.swf=Cleavage Full Shirt:CostumeTop
DanteCleavageShirt.swf=Cleavage Shirt:CostumeTop
CleavageTopTank.swf=Cleavage Tank:CostumeTop
CropShirt Var-1.swf=Crop Shirt:CostumeTop
CropLongsleeve 1.swf=Crop Longsleeve:CostumeTop:CostumeArmwear>CostumeTop
CropShirtClosed 1.swf=Crop Tshirt:CostumeTop
CropTankClosed 1.swf=Crop Tank:CostumeTop
CleavageShortTopTank.swf=Cleavage Short Tank:CostumeTop
Summer Top.swf=Summer Top:CostumeTop
TuckedTubeTop.swf=TuckedTubeTop:CostumeTop:CostumeBra>CostumeTop
CropTubeTop.swf=CropTubeTop:CostumeTop:CostumeBra>CostumeTop
Backless Top.swf=Backless Top:CostumeTop
Turtleneck Jumper No Sleeves.swf=Turtleneck Jumper:CostumeTop
SailorFuku.swf=Sailor:CostumeTop
Latex Outfit - Short Sleeve.swf=Latex:CostumeTop
Latex_Outfit_-_Sleeveless.swf=LatexSleeveless:CostumeTop
swimsuit.swf=SwimSuit:CostumeTop:CostumeBottoms-backside>CostumeTop+convertbottomstopanties
Leotard.swf=Leotard:CostumeTop
frilly_negligee.swf=Negigee:CostumeTop
Tops - Shirt Long Sleeve [Pushed Up].swf=Pushed Up Long Sleeve:CostumeTop
Tops - Shirt Short Sleeve [Pushed Up].swf=Pushed Up Shirt:CostumeTop
Tops - Pushed Up Sleeveless Top [RGB].swf=Pushed Up Shirt:CostumeTop-rightBreast-chest-back-strap-leftBreast-under-rightArm
Tops - Pushed Up Sleeveless Top [RGB].swf=Pushed Up Tank:CostumeTop-leftArm
Pushed_Down_Tank.swf=Pushed Down:CostumeTop
Straitjacket.swf=Straitjacket:CostumeTop:Body>CostumeTop
BoleroStraitjacket.swf=BoleroStraitjacket:CostumeTop:Body>CostumeTop



; ------ OverTops ------
Overtops/Harness - top_colorfix7.swf=Harness1:CostumeTop+converttoptoovertop
Overtops/CroppedJacket RolledSleeveLoader OverTop.swf=Crop Hoodie:CostumeOverTop
Overtops/Hitomi Jacket Overtop.swf=Hitomi Jacket:CostumeOverTop
Overtops/Leather Jacket.swf=Leather Jacket:CostumeOverTop:CostumeCollar>CostumeOverTop:CostumeArmwear>CostumeOverTop
Overtops/Cardigan.swf=Cardigan:CostumeOverTop:CostumeArmwear>CostumeOverTop:CostumeCollar>CostumeOverTop
Overtops/Buisness Jacket - Open_edit.swf=Buisness Jacket:CostumeTop:Body>CostumeOverTop+converttoptoovertop+convertbodytoarmwear
Overtops/Anorak.swf=Anorak:CostumeOverTop:CostumeArmwear>CostumeOverTop:CostumeCollar>CostumeOverTop
Overtops/~Tops - Unbuttoned Vest - RGB 1 Color_edit.swf=Unbuttoned Vest:CostumeOverTop
Silk Robe_edit2.swf=Silk Robe:CostumeTop+converttoptoovertop
Shibari-MoreClothing.swf=Shibari_Over:CostumeOverTop
toperase.swf=Shibari_Over:CostumeOverTop



; ------ Body 3 ------
bukkake.swf=bukkake:CostumeEyewear>Body3
FingerNails - armwear2 rgb.swf=Long Fingernails:CostumeArmwear>Body3
moleface4.swf=Mole under eye:CostumeEyewear>Body3
Freckles.swf=Body Freckles:Body>Body3
NippleClothespin.swf=NippleClothespin:CostumeTop>Body3+converttoptoovertop
NoseHook.swf=Nosehook:CostumeEyewear>Body3
hr_piercing_nosebullring.swf=Nose bull ring:HairCostume>Body3
Bottoms - Strap-on.swf=Strap-on Belt:CostumeBottoms>Body3
Accessories - Pleated Skirt Belt Double Holed - RGB 1 Color w Silver Buckle - anklecuffs2 rgb.swf=Double Hole Belt:CostumeBottoms>Body3:CostumeAnkleCuffs>Body3
flexingbuttplug12.swf=Flexing Buttplug:Body>Body3



; ------ Body ------
Female Helper.swf=Female Help:CostumeHeadwear>Body:CostumeBottoms>Body
Tentacle_Monster.swf=Tentacle Monster:CostumeCollar>Body:Body+reghue






; ------ Body 2 ------
sdt-dirtyBody.swf=Dirty Body:Body>Body2:StaticHair>Body2+reghue
HardBod.swf=Abs:Body-leftShoulder-rightThigh-rightCalf-leftThigh-leftCalf-backside-rightUpperArm-rightForearm-rightHand-leftUpperArm-leftForearm-leftHand>Body2
She-Devil_Body.swf=Succubus Tail:Body-rightCalf-leftCalf>Body2
Feet4Heels_1.6.swf=feet4heels:Body>Body2+regskintones
AnimToolsLegEditLight.swf=AnimtoolsLegEdit:Body>Body2+regskintones





; ------ Legwear ------
LegRibbonsRGB.swf=Leg Ribbons:CostumeLegwear
LegRibbonsRGB_B.swf=Leg Ribbons:CostumeLegwearB
Torn Full Leggings.swf=Torn Leggings:CostumeLegwear-chest-backside:CostumeLegwearB-chestB-backsideB
School socks 3 Stripes.swf=School Socks:CostumeLegwear
School socks 3 Stripes.swf=School Socks:CostumeLegwear+convertlegweartolegbwear
School Socks Thigh Height - 3 Stripes.swf=School Thighhigh Socks:CostumeLegwear
School Socks Thigh Height - 3 Stripes.swf=School Thighhigh Socks:CostumeLegwear+convertlegweartolegbwear
Socks - Thigh High Stockings w Doily Trim legwearA.swf=Doily Stockings:CostumeLegwear
Socks - Thigh High Stockings w Doily Trim legwearB.swf=Doily Stockings:CostumeLegwearB
Lady Stockings.swf=Lady Stockings:CostumeLegwear
Lady Stockings.swf=Lady Stockings:CostumeLegwear+convertlegweartolegbwear
FishnetThighhighs.swf=Medium Fishnets:CostumeBottoms+convertbottomstolegwear
FishnetThighhighs.swf=Medium Fishnets:CostumeBottoms+convertbottomstolegbwear
Fishnets vanilla.swf=fancy fishnets:CostumeLegwear
Fishnets vanillaB.swf=fancy fishnets:CostumeLegwearB
ThighGarters-TripleStrap-ShortOverkneeStockings_NoDebug.swf=Thigh Garters Triple:CostumeLegwearB+convertlegbweartolegwear
ThighGarters-TripleStrap-ShortOverkneeStockings_NoDebug.swf=Thigh Garters Triple:CostumeLegwearB
CutLeggings.swf=Cut Leggings:CostumeLegwear
CutLeggings.swf=Cut Leggings:CostumeLegwear+convertlegweartolegbwear





; ------ Bottoms ------
Latex Outfit - Short Sleeve_edit3.swf=Latex:Body>CostumeBottoms:CostumeBottoms
MicroJeanShort.swf=Micro Jeans:CostumeBottoms
Microshorts.swf=Micro Shorts:CostumeBottoms
Bottoms - Cropped Leggings.swf=Leggings:CostumeBottoms
WaistHighYogaPants.swf=HighYogaPants:CostumeBottoms
WaistHighYogaPantsRipped.swf=HighYogaPantsRipped:CostumeBottoms
YogaShortsHigh.swf=Yoga Shorts:CostumeBottoms
Sport Shorts.swf=Sport Shorts:CostumeBottoms
SkimpyBootyShorts RGB Stripe ALT.swf=Skimpy Sport Shorts:CostumeBottoms
Bottoms - Cropped Jeans Final - RGB [1 Color].swf=Cropped Jeans:CostumeBottoms
Loose Pyjama Pants.swf=Loose Pyjama Pants:CostumeBottoms
Low Waist Pyjama Pants.swf=Low Pyjama Pants:CostumeBottoms
Bottoms - Pleated Stripped Skirt - RGB [2 Color - Main Fill and Stripes].swf=Pleated Skirt Stripes:CostumeBottoms
HighWaistSkirt Mini Split V2.swf=Skirt Mini:CostumeBottoms
HighWaistSkirt Short Split V2.swf=Skirt Short:CostumeBottoms
HighWaistSkirt Long Split V2.swf=Skirt Long:CostumeBottoms
spankskirt.swf=Spank Skirt:CostumeBottoms
SB2BRGB Dress.swf=Long Dress:CostumeBottoms
Sarong.swf=Sarong:CostumeBottoms
Skirt (Pulled Up).swf=Skirt Pulled Up:CostumeBottoms
Pants Down_V2.swf=Pants Down:CostumeBottoms
Shorts Pulled Down.swf=Shorts Down:CostumeBottoms
Shibari-CrotchRope-RGB_NoDebug.swf=Shibari CrotchRope:CostumeBottoms




; ------ Panties ------
Corded Panties.swf=Corded Panties:CostumePanties
triple strap thong A v3.swf=Triple Strap Thong A3:CostumePanties
Thong.swf=Thong Alt:CostumePanties
Pearl-G-String.swf=Pearl G string:CostumePanties
Sport Panties.swf=Sport Panties:CostumePanties
Sporty Panties.swf=Sporty Panties:CostumePanties
MB_-_Minxie_Underwear_normal_body_2rgb - lace and sheer rgb2.swf=Lace Panties:CostumePanties
Panties (Basic) PD.swf=Pulled Down:CostumePanties
Grimey-PantiesAroundOneLeg(P).swf=Around Leg Panties:CostumePanties


; ------ Ankle Cuffs ------
Anklet NubsRGB_NoDebug.swf=Studded AnkleBands:CostumeAnkleCuffs
Spiked Ankle Cuffs.swf=Spiked Ankle Cuffs:CostumeAnkleCuffs
ballandchain.swf=Ball and Chain:CostumeAnkleCuffs


; ------ Cuffs ------
Cuffs NubsRGB_NoDebug.swf=Studded Cuffs:CostumeCuffs
Spiked Wrist Bands.swf=Spiked Wrist Bands:CostumeCuffs
Sweatband-RL-LDR-Sclover13.swf=Sweatband:CostumeCuffs



; ------ Nipple Piercings ------
NippleChain.swf=NippleChain:CostumeNipplePiercing
Top - RGB Nipple Pasties.swf=Nipple Pasties:CostumeNipplePiercing:CostumeTop>CostumeNipplePiercing+converttoptobra








